home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / dnsconf / record_edit.c < prev    next >
C/C++ Source or Header  |  1995-08-29  |  310b  |  26 lines

  1. #include "internal.h"
  2. #include "dnsconf.h"
  3.  
  4. PUBLIC void RECORD_IN_A::edit()
  5. {
  6. }
  7. PUBLIC void RECORD_IN_MX::edit()
  8. {
  9. }
  10. PUBLIC void RECORD_IN_PTR::edit()
  11. {
  12. }
  13. PUBLIC void RECORD_IN_NS::edit()
  14. {
  15. }
  16. PUBLIC void RECORD_IN_SOA::edit()
  17. {
  18. }
  19. PUBLIC void RECORD_IN_CNAME::edit()
  20. {
  21. }
  22. PUBLIC void RECORD_COMMENT::edit()
  23. {
  24. }
  25.  
  26.